PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / setIncludePartialMatches Method
True if the characters that fit partially inside the extraction bounds are included in the extracted text.
In This Topic
    setIncludePartialMatches Method
    In This Topic
    Sets a value indicating whether characters that fit partially the extraction bounds should be included in the extracted text.
    Syntax
    public void setIncludePartialMatches( 
       boolean value
    )

    Parameters

    value
    True if the characters that fit partially inside the extraction bounds are included in the extracted text.
    See Also